ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / TreeCollection<T> Class / IndexOf Method

In This Topic
    IndexOf Method (TreeCollection<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal item As T _
    ) As System.Integer
    public System.int IndexOf( 
       T item
    )

    Parameters

    item
    See Also